home *** CD-ROM | disk | FTP | other *** search
/ In Focus Guide to Better Photography / In Focus Guide to Better Photography.iso / title.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-07-07  |  401 b   |  20 lines

  1. on exitFrame
  2.   if the movieRate of sprite 1 = 0 then
  3.     cursor(4)
  4.     unloadMember(the memberNum of sprite 1)
  5.     startTimer()
  6.     doGlobalPreLoad()
  7.     preloadMember(9)
  8.     if the machineType >= 256 then
  9.       preloadMember(member 16)
  10.     end if
  11.     repeat while the timer < 150
  12.     end repeat
  13.     set the mouseDownScript to EMPTY
  14.     cursor(-1)
  15.     go("desk")
  16.   else
  17.     go(the frame)
  18.   end if
  19. end
  20.